1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
This commit is contained in:
Jim Meyering
1994-04-19 00:45:54 +00:00
parent 85274fb910
commit f1e3280296
8 changed files with 8 additions and 8 deletions

View File

@@ -1122,7 +1122,7 @@ test_command (margc, margv)
if (margv[0] && strcmp (margv[0], "[") == 0)
{
parse_long_options (margc, margv, usage);
parse_long_options (argc, argv, "test", usage);
--margc;