diff --git a/generator/customize.ml b/generator/customize.ml index fe87ef5ee..c3dd259e8 100644 --- a/generator/customize.ml +++ b/generator/customize.ml @@ -510,23 +510,6 @@ You can have multiple I<--ssh-inject> options, for different users and also for more keys for each user." }; - { op_name = "truncate"; - op_type = String "FILE"; - op_discrim = "`Truncate"; - op_shortdesc = "Truncate a file to zero size"; - op_pod_longdesc = "\ -This command truncates C to a zero-length file. The file must exist -already."; - }; - - { op_name = "truncate-recursive"; - op_type = String "PATH"; - op_discrim = "`TruncateRecursive"; - op_shortdesc = "Recursively truncate all files in directory"; - op_pod_longdesc = "\ -This command recursively truncates all files under C to zero-length."; - }; - { op_name = "timezone"; op_type = String "TIMEZONE"; op_discrim = "`Timezone"; @@ -544,6 +527,23 @@ string like C"; This command performs a L-like operation on C."; }; + { op_name = "truncate"; + op_type = String "FILE"; + op_discrim = "`Truncate"; + op_shortdesc = "Truncate a file to zero size"; + op_pod_longdesc = "\ +This command truncates C to a zero-length file. The file must exist +already."; + }; + + { op_name = "truncate-recursive"; + op_type = String "PATH"; + op_discrim = "`TruncateRecursive"; + op_shortdesc = "Recursively truncate all files in directory"; + op_pod_longdesc = "\ +This command recursively truncates all files under C to zero-length."; + }; + { op_name = "uninstall"; op_type = StringList "PKG,PKG.."; op_discrim = "`UninstallPackages";