Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
btrfsprogs.356
0201-btrfs-progs-fi-usage-change-option-for-tab...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0201-btrfs-progs-fi-usage-change-option-for-tabular-outpu.patch of Package btrfsprogs.356
From 8e27f8ee91efdffcee80ad81db4d19e4d560a57e Mon Sep 17 00:00:00 2001 From: David Sterba <dsterba@suse.cz> Date: Wed, 17 Dec 2014 18:05:48 +0100 Subject: [PATCH 201/303] btrfs-progs: fi usage, change option for tabular output to T We're going to use -t for tera- units prefix, same as 'fi df' does. Signed-off-by: David Sterba <dsterba@suse.cz> --- cmds-fi-disk_usage.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmds-fi-disk_usage.c b/cmds-fi-disk_usage.c index 6a33b5d1da51..77ab8b4c1604 100644 --- a/cmds-fi-disk_usage.c +++ b/cmds-fi-disk_usage.c @@ -848,7 +848,7 @@ const char * const cmd_filesystem_usage_usage[] = { "Show in which disk the chunks are allocated.", "", "-b\tSet byte as unit", - "-t\tShow data in tabular format", + "-T\tShow data in tabular format", NULL }; @@ -861,7 +861,7 @@ int cmd_filesystem_usage(int argc, char **argv) optind = 1; while (1) { - int c = getopt(argc, argv, "bt"); + int c = getopt(argc, argv, "bT"); if (c < 0) break; @@ -870,7 +870,7 @@ int cmd_filesystem_usage(int argc, char **argv) case 'b': mode = UNITS_RAW; break; - case 't': + case 'T': tabular = 1; break; default: -- 2.1.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor