Skip to content

Commit

Permalink
Merge pull request #584 from indigo-dc/doc/fix-ambiguity
Browse files Browse the repository at this point in the history
remove sounds too much like a file operation
  • Loading branch information
zachmann authored Aug 19, 2024
2 parents 0f867e6 + e3dac41 commit 34d0478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oidc-add/oidc-add_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
static struct argp_option options[] = {
{0, 0, 0, 0, "General:", 1},
{OPT_LONG_REMOVE, 'r', 0, 0,
"The account configuration is removed, not added", 1},
"The account configuration is unloaded, not added", 1},
{"remove-all", 'R', 0, 0,
"Removes all account configurations currently loaded", 1},
"Unloads all account configurations currently loaded", 1},
{"list", 'l', 0, 0, "Lists all configured account configurations", 1},
{"loaded", 'a', 0, 0, "Lists the currently loaded account configurations",
1},
Expand Down

0 comments on commit 34d0478

Please sign in to comment.