X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-authtool%2Fhelp.t;fp=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-authtool%2Fhelp.t;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=9a6c88357f7cd1088e306a33fb39e4d41befecf2;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/cli/ceph-authtool/help.t b/src/ceph/src/test/cli/ceph-authtool/help.t deleted file mode 100644 index 9a6c883..0000000 --- a/src/ceph/src/test/cli/ceph-authtool/help.t +++ /dev/null @@ -1,26 +0,0 @@ -# TODO synchronize with man page - $ ceph-authtool --help - no command specified - usage: ceph-authtool keyringfile [OPTIONS]... - where the options are: - -l, --list will list all keys and capabilities present in - the keyring - -p, --print-key will print an encoded key for the specified - entityname. This is suitable for the - 'mount -o secret=..' argument - -C, --create-keyring will create a new keyring, overwriting any - existing keyringfile - -g, --gen-key will generate a new secret key for the - specified entityname - --gen-print-key will generate a new secret key without set it - to the keyringfile, prints the secret to stdout - --import-keyring FILE will import the content of a given keyring - into the keyringfile - -n NAME, --name NAME specify entityname to operate on - -u AUID, --set-uid AUID sets the auid (authenticated user id) for the - specified entityname - -a BASE64, --add-key BASE64 will add an encoded key to the keyring - --cap SUBSYSTEM CAPABILITY will set the capability for given subsystem - --caps CAPSFILE will set all of capabilities associated with a - given key, for all subsystems - [1]