diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ak-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-config b/bin/ak-config index 889c42b..89a313d 100755 --- a/bin/ak-config +++ b/bin/ak-config @@ -7,7 +7,7 @@ title(){ usage(){ title echo "" - echo "Usage: $PROGRAM [ <show> | <publish> ]" + echo "Usage: $PROGRAM [ show | publish | get-published ]" echo "" echo " show Show current configuration (from FileSystem)" echo " publish Publish current configuration" |