From: Davidlohr Bueso Date: Tue, 12 Jun 2012 12:50:06 +0000 (+0200) Subject: partx: use -s option for default output X-Git-Tag: v2.22-rc1~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cfd1b26437acd45f1e2e75c9648afabb8f5b2da;p=thirdparty%2Futil-linux.git partx: use -s option for default output It's been around a year and a half now that partx was rewritten, and the legacy output should no longer be default. Signed-off-by: Davidlohr Bueso --- diff --git a/partx/partx.c b/partx/partx.c index f19b919284..68246db735 100644 --- a/partx/partx.c +++ b/partx/partx.c @@ -744,9 +744,8 @@ int main(int argc, char **argv) if (ncolumns && !what) what = ACT_SHOW; - /* backwardly compatible default */ if (!what) - what = ACT_LIST; + what = ACT_SHOW; /* --show default, could by modified by -o */ if (what == ACT_SHOW && !ncolumns) {