diff options
Diffstat (limited to 'cmds/lshal/HelpCommand.h')
| -rw-r--r-- | cmds/lshal/HelpCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/lshal/HelpCommand.h b/cmds/lshal/HelpCommand.h index cc709f8ee4..da0cba6f42 100644 --- a/cmds/lshal/HelpCommand.h +++ b/cmds/lshal/HelpCommand.h @@ -31,7 +31,7 @@ class Lshal; class HelpCommand : public Command { public: - HelpCommand(Lshal &lshal) : Command(lshal) {} + explicit HelpCommand(Lshal &lshal) : Command(lshal) {} ~HelpCommand() = default; Status main(const Arg &arg) override; void usage() const override; |