Skip to content

Commit f95352f

Browse files
committed
fix
1 parent b026bef commit f95352f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub fn setup_command_line() -> App<'static, 'static> {
1010
App::new("pqueue")
1111
.version("0.1")
1212
.author("samuel.lauren@iki.fi")
13-
.about("Queue commands for execution")
13+
.about("Queue programs for execution")
1414
.setting(AppSettings::SubcommandRequired)
1515
.subcommand(
1616
SubCommand::with_name("server")

0 commit comments

Comments
 (0)