diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ivycontrolpanel | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ivycontrolpanel b/src/ivycontrolpanel index 4a18874..078e47c 100755 --- a/src/ivycontrolpanel +++ b/src/ivycontrolpanel @@ -452,7 +452,8 @@ MainLoop; sub usage { my $exitflag = shift; print "Usage : ivycontrolpanel [-help] [-b ivybus] [-nocursor] [-smallsize]\n"; - print " [-pingthreshold threshold] [fugueconfigfile]\n"; + print " [-pingthreshold threshold] [cpp options]\n"; + print " [fugueconfigfile]\n"; print "\n"; print "Options :\n"; print " -b ivybus bus ivy\n"; @@ -849,7 +850,7 @@ ivycontrolpanel - an interface for controlling ivy agents =head1 SYNOPSIS -ivycontrolpanel [-help] [-b bus] [-nocursor] [-smallsize] [-position pos] [-pingthreshold ms] [fugueconfigfile] +ivycontrolpanel [-help] [-b bus] [-nocursor] [-smallsize] [-position pos] [-pingthreshold ms] [cpp options] [fugueconfigfile] =head1 DESCRIPTION |