Skip to content

Commit f813d66

Browse files
committed
Fix CLI help doc on saving dense/sparse reconstructions (issue #2)
1 parent d1891e7 commit f813d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/Genten_Driver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ void usage(char **argv)
9696
std::cout << " --save-tensor <string> filename to save the tensor (leave blank for no save)" << std::endl;
9797
std::cout << " --initial-file <string> file name for reading Ktensor initial guess (leave blank for random initial guess)" << std::endl;
9898
std::cout << " --output-file <string> output file name for saving Ktensor" << std::endl;
99-
std::cout << " --output-dense-reconstruction <string> output file name for saving the tensor reconstruction as a dense tensor" << std::endl;
100-
std::cout << " --output-sparse-reconstruction <string> output file name for saving the tensor reconstruction as a sparse tensor" << std::endl;
99+
std::cout << " --dense-reconstruction <string> output file name for saving the tensor reconstruction as a dense tensor" << std::endl;
100+
std::cout << " --sparse-reconstruction <string> output file name for saving the tensor reconstruction as a sparse tensor" << std::endl;
101101
std::cout << " --vtune connect to vtune for Intel-based profiling (assumes vtune profiling tool, amplxe-cl, is in your path)" << std::endl;
102102
std::cout << " --history-file file to save performance history" << std::endl;
103103
std::cout << std::endl;

0 commit comments

Comments
 (0)