Project

General

Profile

Actions

Cleanup #681

closed

Incorrect usage radostool, duplicate line for 'getxattr'

Added by Wido den Hollander over 13 years ago. Updated over 13 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
-
Target version:
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Just a small thing I noticed today:

root@noisy:~# rados --help
usage: rados [options] [commands]
   ...
   ...
   listxattr objname
   getxattr objname attr
   setxattr objname attr val
   getxattr objname attr
   rmxattr objname attr
   ...
   ...
   -o outfile
        specify input or output file (for certain commands)
root@noisy:~#

'getxattr' has a duplicate line.

The attached patch just removes the duplicate line.


Files

Actions #1

Updated by Sage Weil over 13 years ago

  • Status changed from New to Resolved
  • Target version set to v0.25
Actions

Also available in: Atom PDF