Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #780 from dlespiau/20170329-exec-t-option
Browse files Browse the repository at this point in the history
exec: Short option for --tty should be -t
  • Loading branch information
amshinde authored Mar 29, 2017
2 parents 348a80c + bf7c483 commit 5c94fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static GOptionEntry options_exec[] =
NULL
},
{
"tty", '0' , G_OPTION_FLAG_NONE,
"tty", 't' , G_OPTION_FLAG_NONE,
G_OPTION_ARG_NONE, &start_data.allocate_tty,
"allocate a pseudo-TTY for the new exec process",
NULL
Expand Down

0 comments on commit 5c94fc9

Please sign in to comment.