git-svn-id: https://profuse.googlecode.com/svn/branches/v2@290 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2010-05-28 03:13:41 +00:00
parent d4a8391650
commit 7cb873bfcf

View File

@ -241,7 +241,7 @@ int action_rm(int argc, char **argv, Pascal::VolumeEntry *volume)
{
// rm file [file ....]
// TODO -- -f flag to prompt for each file.
// TODO -- catch errors.
for (unsigned i = 1; i < argc; ++i)
{