Skip to content

Commit

Permalink
admin: Fix help of the modify poolmode command
Browse files Browse the repository at this point in the history
Target: trunk
Require-notes: no
Require-book: no
Acked-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
Patch: https://rb.dcache.org/r/7925/
  • Loading branch information
gbehrmann committed Mar 5, 2015
1 parent 4ccbd0f commit 8c6c664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ private PnfsFlagReply setPnfsFlag(
}
}

public String ac_modify_poolmode =
public String fh_modify_poolmode =
" a) modify poolmode enable <poolname>[,<poolname>...]\n" +
" b) modify poolmode [OPTIONS] disable <poolname>[,<poolname>...] [<code> [<message>]]\n" +
" OPTIONS :\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ private PnfsFlagReply setPnfsFlag(
return "p2p -> "+select.getPoolName() ;
}
}
public String ac_modify_poolmode =
public String fh_modify_poolmode =
" a) modify poolmode enable <poolname>[,<poolname>...]\n"+
" b) modify poolmode [OPTIONS] disable <poolname>[,<poolname>...] [<code> [<message>]]\n"+
" OPTIONS :\n"+
Expand Down

0 comments on commit 8c6c664

Please sign in to comment.