mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
cat shell cmd usage text refined.
This commit is contained in:
parent
633b98a9d0
commit
19705b7ef4
@ -216,7 +216,7 @@ static void shell_cat( char *args )
|
||||
args = p + 1;
|
||||
}
|
||||
else
|
||||
printf( "Usage: cat (or type) <filename>\n" );
|
||||
printf( "Usage: cat (or type) <filename1> [<filename2> ...]\n" );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user