Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
updated help description for -c
Browse files Browse the repository at this point in the history
  • Loading branch information
David Whiteside committed Dec 2, 2016
1 parent 5d28406 commit 15433cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Options:
-f DBFILE, --dbfile=DBFILE
Database File
-c CMD, --cmd=CMD
binary location of command to show node state, example: /opt/pbsnodes, /opt/sinfo
Location of command to show node state, example: /opt/pbsnodes, /opt/sinfo
-v, --verbose Verbose Output
```

Expand Down
2 changes: 1 addition & 1 deletion lib/tracknodes/tracknodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def parse_args(self):
metavar="DBFILE",
default=None)
parser.add_option("-c", "--cmd", dest="cmd",
help="binary location, example: /opt/pbsnodes, /opt/sinfo",
help="Location of command to show node state, example: /opt/pbsnodes, /opt/sinfo",
metavar="CMD",
default=None)
parser.add_option("-v", "--verbose", dest="verbose",
Expand Down

0 comments on commit 15433cd

Please sign in to comment.