Skip to content

Commit

Permalink
[XrdCl] Fix xrdfs --help
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 25, 2018
1 parent 410df72 commit 85dba23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/XrdCl/XrdClFS.cc
Expand Up @@ -1509,9 +1509,9 @@ XRootDStatus PrintHelp( FileSystem *, Env *,
printf( " ls [-l] [-u] [-R] [-D] [dirname]\n" );
printf( " Get directory listing.\n" );
printf( " -l stat every entry and pring long listing\n" );
printf( " -u print paths as URLs\n\n" );
printf( " -R list subdirectories recursively" );
printf( " -D show duplicate entries" );
printf( " -u print paths as URLs\n" );
printf( " -R list subdirectories recursively\n" );
printf( " -D show duplicate entries\n\n" );

printf( " locate [-n] [-r] [-d] <path>\n" );
printf( " Get the locations of the path.\n" );
Expand Down

0 comments on commit 85dba23

Please sign in to comment.