1
0
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:
Dado Sutter 2009-11-25 19:21:48 +00:00
parent 633b98a9d0
commit 19705b7ef4

View File

@ -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" );
}