Add --startas/-a back to the optstring

X-Gentoo-Bug: 373609
X-Gentoo-Bug-URL: https://bugs.gentoo.org/373609
This commit is contained in:
Christian Ruppert 2011-06-30 20:13:39 +02:00
parent d0bc4f20ad
commit 70a3a3cf39

View File

@ -599,7 +599,7 @@ expand_home(const char *home, const char *path)
}
#include "_usage.h"
#define getoptstring "I:KN:PR:Sbc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" getoptstring_COMMON
#define getoptstring "I:KN:PR:Sa:bc:d:e:g:ik:mn:op:s:tu:r:w:x:1:2:" getoptstring_COMMON
static const struct option longopts[] = {
{ "ionice", 1, NULL, 'I'},
{ "stop", 0, NULL, 'K'},