aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index f4de6bb..f82616f 100644
--- a/src/help.c
+++ b/src/help.c
@@ -5,7 +5,7 @@ void print_usage(int argc, char *argv[])
assert(argc > 1);
output("Usage: %s [OPTION] [PORTFOLIO]\n", argv[0]);
- output("Runs a interactive trading session with PORTFOLIO or create a new portfolio.\n\n");
+ output("Runs an interactive trading session with PORTFOLIO or create a new portfolio.\n\n");
output("Options:\n");
output(" --batch\tEnables batch operation, taking commands from standard input\n");