diff options
Diffstat (limited to 'linux/parse-int.mu')
-rw-r--r-- | linux/parse-int.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/parse-int.mu b/linux/parse-int.mu index 5bef26ab..8f572784 100644 --- a/linux/parse-int.mu +++ b/linux/parse-int.mu @@ -1,7 +1,7 @@ # parse a decimal int at the commandline # # To run: -# $ ./translate_mu apps/parse-int.mu +# $ ./translate parse-int.mu # $ ./a.elf 123 # $ echo $? # 123 |