Skip to content

Commit

Permalink
Make config-set help RST friendly
Browse files Browse the repository at this point in the history
This isn't the greatest, but it makes our usage statements more RST
friendly and produces nicer online docs. Viewing it like this from
the CLI isn't too painful either.

Signed-off-by: Andy Doan <andy@foundries.io>
  • Loading branch information
doanac committed Aug 27, 2020
1 parent c160756 commit 372b0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subcommands/config/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Basic use can be done with command line arguments. eg:
The configuration format also allows specifying what command to
run after a configuration file is updated on the device. To take
advantage of this, the "--raw" flag must be used. eg:
advantage of this, the "--raw" flag must be used. eg::
cat >tmp.json <<EOF
{
Expand Down
2 changes: 1 addition & 1 deletion subcommands/devices/config_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Basic use can be done with command line arguments. eg:
The device configuration format also allows specifying what command
to run after a configuration file is updated on the device. To take
advantage of this, the "--raw" flag must be used. eg:
advantage of this, the "--raw" flag must be used. eg::
cat >tmp.json <<EOF
{
Expand Down

0 comments on commit 372b0a0

Please sign in to comment.