Skip to content

Commit

Permalink
Mark 'mythshutdown -l' as specifically removed with alternate argument
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed May 16, 2012
1 parent cfbbed0 commit 87eb634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/programs/mythshutdown/commandlineparser.cpp
Expand Up @@ -12,6 +12,9 @@ MythShutdownCommandLineParser::MythShutdownCommandLineParser() :

void MythShutdownCommandLineParser::LoadArguments(void)
{
add("-l", "oldlock", false, "disable shutdown", "")
->SetRemoved("Please use the full argument '--lock' instead.");

addHelp();
addVersion();
addLogging();
Expand Down

0 comments on commit 87eb634

Please sign in to comment.