aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-settings
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-settings')
-rwxr-xr-xbin/ak-settings5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/ak-settings b/bin/ak-settings
index e096ff4..7fe1ee2 100755
--- a/bin/ak-settings
+++ b/bin/ak-settings
@@ -6,6 +6,11 @@
##
## -h, --help Prints this help message
##
+## -g, --get [key] Gets all the settings or, in case key is set,
+## returns only the key-value specified
+##
+## -s, --set <key> <value> Sets the settings.key to value
+##
fullprogrampath="$(realpath $0)"
PROGRAM=$(basename $0)
descriptionString="Settings helper program"