summaryrefslogtreecommitdiff
path: root/gptcl.cc
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2013-09-24 12:56:11 -0400
committerRoderick W. Smith <rodsmith@rodsbooks.com>2013-09-24 12:56:11 -0400
commite3ee733ff8690af7568dac665bc20ecf869dea1d (patch)
tree2dd7293e1a607729d26174ace272524a17c5d24a /gptcl.cc
parent427c799b611e357223da28c778a08451fb789590 (diff)
downloadsgdisk-e3ee733ff8690af7568dac665bc20ecf869dea1d.tar.gz
Removed 0x8302 type code, since the Red Hat parted developers have
decided against using it.
Diffstat (limited to 'gptcl.cc')
-rw-r--r--gptcl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gptcl.cc b/gptcl.cc
index af83eb5..b64e83f 100644
--- a/gptcl.cc
+++ b/gptcl.cc
@@ -1,7 +1,7 @@
/*
Implementation of GPTData class derivative with popt-based command
line processing
- Copyright (C) 2010-2011 Roderick W. Smith
+ Copyright (C) 2010-2013 Roderick W. Smith
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -131,7 +131,7 @@ int GPTDataCL::DoOptions(int argc, char* argv[]) {
Attributes::ListAttributes();
break;
case 'L':
- typeHelper.ShowAllTypes();
+ typeHelper.ShowAllTypes(0);
break;
case 'P':
pretend = 1;