Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example error in “beegfs-ctl --hashdir --help” #28

Open
hegongshan opened this issue Nov 22, 2024 · 0 comments
Open

Example error in “beegfs-ctl --hashdir --help” #28

hegongshan opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working new Issues that haven't been triaged yet

Comments

@hegongshan
Copy link

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

/**
 * Just print the help
 */
void ModeHashDir::printHelp()
{
   // omit some codes
   std::cout << "  $ beegfs-ctl --type=inode 4C08-51FBAC63-7C" << std::endl;
}

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.

@hegongshan hegongshan added bug Something isn't working new Issues that haven't been triaged yet labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new Issues that haven't been triaged yet
Projects
None yet
Development

No branches or pull requests

1 participant