summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2018-10-25 00:12:47 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2018-10-25 00:12:47 +0530
commit4167243b9a2280bd1388a4269510ba99752776c0 (patch)
treeb01242d387464117b3c82dbe56db41d2d9d46a92
parentefcd223549b29d8d32773799e30296647265ad51 (diff)
Update help
-rw-r--r--README.md2
-rw-r--r--src/bcal.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34c99d7..4de27da 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ optional arguments:
-b [expr] enter bc mode or evaluate expression in bc
-m show minimal output (e.g. decimal bytes)
-d enable debug information and logs
- -h show this help, storage sizes and exit
+ -h show this help
prompt keys:
b toggle bc mode
diff --git a/src/bcal.c b/src/bcal.c
index d5d0737..305ba98 100644
--- a/src/bcal.c
+++ b/src/bcal.c
@@ -1105,7 +1105,7 @@ optional arguments:\n\
-b [expr] enter bc mode or evaluate expression in bc\n\
-m show minimal output (e.g. decimal bytes)\n\
-d enable debug information and logs\n\
- -h show this help, storage sizes and exit\n\n");
+ -h show this help\n\n");
prompt_help();