diff options
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-x | perl-install/standalone/drakfont | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index ec8386b5f..f9b5e2ad6 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -95,22 +95,6 @@ use diagnostics; my $in = 'interactive'->vnew( 'su', 'network' ); -if ( "@ARGV" =~ /--help|-h/ ) { - print q(Font Importation and monitoring application ---windows_import : import from all available windows partitions. ---xls_fonts : show all fonts that already exist from xls ---strong : strong verification of font. ---install : accept any font file and any directry. ---uninstall : uninstall any font or any directory of font. ---replace : replace all font if already exist ---application : 0 none application. - : 1 all application available supported. - : name_of_application like so for staroffice - : and gs for ghostscript for only this one. -); - exit(0); -} - # global variables needed by each functions my $xlsfonts = 0; my $windows = 0; |