2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file xCAT-client/pods/man8/rmosdistro.8.pod

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 818c8e0492
commit 125f56e26c

View File

@ -1,7 +1,7 @@
=head1 NAME
B<rmosdistro> - remove OS Distro
B<rmosdistro> - remove OS Distro
=head1 SYNOPSIS
@ -13,12 +13,12 @@ B<rmosdistro> [B<-h>|B<--help>]
=head1 DESCRIPTION
The B<rmosdistro> command removes the specified OS Distro that was created by B<copycds>. To delete all OS Distro entries, please specify B<[-a|--all]>. If the specified OS Distro is referenced by some osimage, B<[-f|force]> can be used to remove it.
The B<rmosdistro> command removes the specified OS Distro that was created by B<copycds>. To delete all OS Distro entries, please specify B<[-a|--all]>. If the specified OS Distro is referenced by some osimage, B<[-f|force]> can be used to remove it.
=head1 ARGUMENTS
The OS Distro names to delete, delimited by blank space.
The OS Distro names to delete, delimited by blank space.
=head1 OPTIONS
@ -31,7 +31,7 @@ If specified, try to delete all the OS Distros.
=item B<-f>|B<--force>
Remove referenced OS Distros, never prompt.
Remove referenced OS Distros, never prompt.
=item B<-h>|B<--help>
@ -41,7 +41,7 @@ Show info of rmosdistro usage.
=head1 RETURN VALUE
Zero:
Zero:
The command completed successfully.
Nonzero:
@ -70,5 +70,5 @@ To remove all OS Distros:
=back