diff --git a/Changelog b/Changelog index eaa871a25..67ef124ba 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-01-12 DariusIII + * Chg: Add short version of --kill option (--k) * Chg: Update tmux-ui:stop command to use --kill option if tmux session needs to be killed * Fix: Fix config/nntmux.php db_name value (Fixes issue #841) * Chg: Update Vue to version 2.5.22 diff --git a/app/Console/Commands/TmuxUIStop.php b/app/Console/Commands/TmuxUIStop.php index 145529dca..33330960e 100644 --- a/app/Console/Commands/TmuxUIStop.php +++ b/app/Console/Commands/TmuxUIStop.php @@ -14,7 +14,7 @@ class TmuxUIStop extends Command * * @var string */ - protected $signature = 'tmux-ui:stop {--kill}'; + protected $signature = 'tmux-ui:stop {--k|kill : kill the session}'; /** * The console command description.