equal
deleted
inserted
replaced
|
1 # drvinfo.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name drvinfo |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Display information about the currently installed drives. |
|
18 |
|
19 ==argument string drive_letter optional |
|
20 |
|
21 The drive letter to display information about (e.g. C<drvinfo c:>). If not specified, information on all drives is displayed. |
|
22 |
|
23 ==option bool v verbose |
|
24 |
|
25 Display more detailed information. |
|
26 |
|
27 ==option bool H human |
|
28 |
|
29 Display sizes in human readable form. |
|
30 |
|
31 ==copyright |
|
32 |
|
33 Copyright (c) 2007-2010 Accenture. All rights reserved. |
|
34 |