HaikuDepot: notify work status from main window
[haiku.git] / src / tools / bfs_shell / additional_commands.cpp
blobbe876d1db5e0482cdbda9eadecb89669bdc15027
1 /*
2 * Copyright 2012, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
4 */
7 #include "fssh.h"
9 #include "command_checkfs.h"
12 namespace FSShell {
15 void
16 register_additional_commands()
18 CommandManager::Default()->AddCommand(command_checkfs, "checkfs",
19 "check file system");
23 } // namespace FSShell