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

Unrecognized command-line option '--backend-refresh' #383

Open
xavierog opened this issue Dec 20, 2023 · 1 comment
Open

Unrecognized command-line option '--backend-refresh' #383

xavierog opened this issue Dec 20, 2023 · 1 comment
Assignees

Comments

@xavierog
Copy link
Contributor

hitch(8) advertises:

``-R --backend-refresh=SECS``

and so does the hitch binary itself:

fprintf(out, "\t-R --backend-refresh=SECS\n");

but the command-line option actually lacks a dash- between backend and refresh: --backendrefresh=SECS:

#define CFG_BACKEND_REFRESH "backendrefresh"

@daghf daghf self-assigned this Jan 2, 2024
@gquintard
Copy link
Contributor

@daghf, I can open a PR for this. Do you prefer a docfix, or do we change the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants