You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I try to execute the command "beegfs-ctl --hashdir --help", I noticed that the example in the help section is incomplete. The --hashdir mode is missing.
Describe the bug
When I try to execute the command "beegfs-ctl --hashdir --help", I noticed that the example in the help section is incomplete. The
--hashdir
mode is missing.Relevant Codes: https://github.com/ThinkParQ/beegfs/blob/master/ctl/source/modes/ModeHashDir.cpp#L101
Describe the system
BeeGFS 7.4.5
To Reproduce
$ beegfs-ctl --hashdir --help # omit some output Example: Print an inode path $ beegfs-ctl --type=inode 4C08-51FBAC63-7C
In the above example, the
--hashdir
mode is missing.Expected behavior
$ beegfs-ctl --hashdir --help # omit some output Example: Print an inode path $ beegfs-ctl --hashdir --type=inode 4C08-51FBAC63-7C
Log messages, error outputs
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: