This patch fixes the typo in the usage description to match the actual argument string.
Signed-off-by: Sam Lang <samlang@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
cout << " --compile|-c map.txt compile a map from source\n";
cout << " [-o outfile [--clobber]]\n";
cout << " specify output for for (de)compilation\n";
- cout << " --build --num_osd N layer1 ...\n";
+ cout << " --build --num_osds N layer1 ...\n";
cout << " build a new map, where each 'layer' is\n";
cout << " 'name (uniform|straw|list|tree) size'\n";
cout << " -i mapfn --test test a range of inputs on the map\n";
--compile|-c map.txt compile a map from source
[-o outfile [--clobber]]
specify output for for (de)compilation
- --build --num_osd N layer1 ...
+ --build --num_osds N layer1 ...
build a new map, where each 'layer' is
'name (uniform|straw|list|tree) size'
-i mapfn --test test a range of inputs on the map