diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-27 21:05:46 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-27 21:05:46 -0400 |
| commit | 9f45d65f40e28aa01be601dc5d5f0420045c808c (patch) | |
| tree | de44072c6e7f9200e74a13bd6b6227cd9c49d58a /src/help.c | |
| parent | 34b11c33ff5b0df5466642b577bf32b529fc66fd (diff) | |
| download | market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.zip market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.tar.gz market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.tar.bz2 market-sim-9f45d65f40e28aa01be601dc5d5f0420045c808c.tar.xz | |
some tiny stuff
Diffstat (limited to 'src/help.c')
| -rw-r--r-- | src/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ void print_usage(int argc, char *argv[]) { - assert(argc > 1); + assert(argc > 0); output("Usage: %s [OPTION] [PORTFOLIO]\n", argv[0]); output("Runs an interactive trading session with PORTFOLIO or create a new portfolio.\n\n"); |