aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index c604dc0..41dcc48 100644
--- a/src/main.c
+++ b/src/main.c
@@ -33,8 +33,8 @@ int main(int argc, char *argv[])
{ "[P]rint portfolio", "print", print_handler },
{ "[U]pdate stock prices", "update", update_handler },
{ "Stock [i]nfo", "info", info_handler },
- { "[W]rite portfolio", "write", save_handler },
- { "[L]oad portfolio", "load", load_handler },
+ { "[L]oad portfolio from disk", "load", load_handler },
+ { "[W]rite portfolio to disk", "write", save_handler },
{ "[Q]uit", "quit", quit_handler },
};