We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b026bef commit f95352fCopy full SHA for f95352f
src/cli.rs
@@ -10,7 +10,7 @@ pub fn setup_command_line() -> App<'static, 'static> {
10
App::new("pqueue")
11
.version("0.1")
12
.author("samuel.lauren@iki.fi")
13
- .about("Queue commands for execution")
+ .about("Queue programs for execution")
14
.setting(AppSettings::SubcommandRequired)
15
.subcommand(
16
SubCommand::with_name("server")
0 commit comments