diff options
Diffstat (limited to 'placeholder.h')
-rw-r--r-- | placeholder.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/placeholder.h b/placeholder.h index 179e02f1..4e90b732 100644 --- a/placeholder.h +++ b/placeholder.h @@ -51,6 +51,20 @@ N_("" "(one of %s)\n" ""), N_("" +"usage: urpmi.update [-a] <name> ...\n" +"where <name> is a medium name to update.\n" +" -a select all non-removable media.\n" +"\n" +"unknown options '%s'\n" +""), +N_("" +"usage: urpmi.removemedia [-a] <name> ...\n" +"where <name> is a medium name to remove.\n" +" -a select all media.\n" +"\n" +"unknown options '%s'\n" +""), +N_("" "the entry to remove is missing\n" "(one of %s)\n" ""), |